home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-04-22 | 922 b | 27 lines | [TEXT/MPS ] |
- Macintosh
- Sample Code Notes
- _____________________________________________________________________________
- Developer Technical Support
-
- #10: EditCdev
-
- Written by: Mark Bennett
-
- Versions: 1.00 August 1988
-
- Components: EditCdev.p August 1, 1988
- EditCdev.c August 1, 1988
- EditCdev.r August 1, 1988
- CEditCdev.make August 1, 1988
- PEditCdev.make August 1, 1988
- _____________________________________________________________________________
-
- EditCdev is a sample Control Panel device (cdev) that demonstrates
- the use of the edit-related messages and how to implement an
- editText item in a cdev. It utilizes the new undo, cut, copy,
- paste, and delete messages that are sent to cdevs in response to
- user menu selections.
-
- EditCdev is comprised of two editText items which can be edited
- and selected with the mouse or the Tab key.
-